projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f2be9
)
x86_64: Remove bogus extra do_xsm_op from hypercall_args_table
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 30 Jan 2009 10:51:01 +0000
(10:51 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 30 Jan 2009 10:51:01 +0000
(10:51 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/x86_64/entry.S
patch
|
blob
|
history
diff --git
a/xen/arch/x86/x86_64/entry.S
b/xen/arch/x86/x86_64/entry.S
index d6491ce2ed32f6b8b2c6eab887be736b6ea9e05d..96431ad0998ad507c215839dc6f3e1a4a03fdb40 100644
(file)
--- a/
xen/arch/x86/x86_64/entry.S
+++ b/
xen/arch/x86/x86_64/entry.S
@@
-739,7
+739,6
@@
ENTRY(hypercall_args_table)
.byte 1 /* do_sysctl */ /* 35 */
.byte 1 /* do_domctl */
.byte 2 /* do_kexec */
- .byte 1 /* do_xsm_op */
.rept __HYPERVISOR_arch_0-(.-hypercall_args_table)
.byte 0 /* do_ni_hypercall */
.endr